AutodiscoverServiceGetDomainSettings Method (String, IListDomainSettingName) |
Gets the domain settings.
Namespace:
Independentsoft.Exchange.Autodiscover
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetDomainSettingsResponse GetDomainSettings(
string domain,
IList<DomainSettingName> settingNames
)
Public Function GetDomainSettings (
domain As String,
settingNames As IList(Of DomainSettingName)
) As GetDomainSettingsResponse
Parameters
- domain
- Type: SystemString
The domain. - settingNames
- Type: System.Collections.GenericIListDomainSettingName
The setting names.
Return Value
Type:
GetDomainSettingsResponseGetDomainSettingsResponse.
See Also